SGInitialize
TheSGInitialize
function allows you to initialize the sequence grabber component. Before you can call this function you must establish a connection to the sequence grabber component. Use the Component Manager'sOpenDefaultComponent
orOpenComponent
function to establish a component connection.
pascal ComponentResult SGInitialize (SeqGrabComponent s);
s
- Specifies the component instance that identifies your connection to the sequence grabber component. You obtain this value from the Component Manager's
OpenDefaultComponent
orOpenComponent
function.DESCRIPTION
You must call theSGInitialize
function before you call any other sequence grabber component functions. If this function returns a nonzero result code, you should close your connection to the sequence grabber component.RESULT CODES
Memory Manager errors
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help